
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: '微软雅黑', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei',;
  color: #333;
  min-width: 1300px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  font-family: 'Montserrat', sans-serif;
}
.clear {
    zoom: 1;
    clear: both;
    overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  max-width: 100%;
}
.wrap {
  width: 100%;
  min-width: 1300px;
}
.wrap > .cont {
  width: 1200px;
  margin: 0 auto;
}
.pcShow {
  display: block;
}
.mShow {
  display: none!important;
}
.flex {
  display: flex;
}
.flexSB{
  display: flex;
  justify-content: space-between;
}
/*float浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a0a5ab73;
}
/*单行文本超出显示...*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .pcShow {
    display: none!important;
  }
  .mShow {
    display: block!important;
  }
}

.pa{
  position: absolute;
}
.pr{
  position: relative;
}
.mt20{
  margin-top: 10px!important;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16{
  font-size: 16px;
}
.firstPage {
  margin-top: 20px;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin-bottom: 30px;
}

.firstPage a {
  height: 24px;
  background: #c0c0c0;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin: 0 2px;
  padding: 3px 9px;
}

.firstPage a:hover {
  background: #cc0000;
}

.firstPage span {
  height: 24px;
  background: #cc0000;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin: 0 2px;
  padding: 3px 9px;
}